#headerCntr .logo {
    top: 15px;
}
@media screen and (min-width: 1150px) {
    #headerCntr .logo {
        left: 0px;
    }
    #headerCntr .logo img {
        /*width: 250px;*/
    }
}
@media screen and (min-width: 1000px) and (max-width: 1149px) {
    #headerCntr .logo {
        left: 0;
    }
    #headerCntr .logo img {
        /*width: 210px;*/
    }
}
@media screen and (max-width: 999px) {
    #headerCntr .logo {
        left: 15px;
        width: 122px;
    }
    #headerCntr .logo img {
        width: 122px;
    }
}
@media screen and (min-width: 480px) and (max-width: 532px) {
    #searchstring {
        margin-bottom: 10px;
        width: 100%;
    }
    #custom-search-button {
        float: right;
    }
    #edition_id {
        margin: 0;
    }
    #source_id, #volume_id {
        margin-left: 0;
    }
}
@media screen and (max-width: 479px) {
    #edition_id, #volume_id {
        width: 47%;
    }
}
@media screen and (max-width: 362px) {
    #source_id {
        width: 60%;
    }
    #edition_id, #volume_id {
        width: 100%;
    }
    #volume_id {
        margin: 0;
    }
}
@media screen and (max-width: 415px) {
    #headerCntr .logo img {
        width: 90px;
    }
}
@media screen and (max-width: 390px) {
    .logo {
        position: relative !important;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 335px) {
    #headerCntr .logo img {
        width: 75px;
    }
}
@media screen and (max-width: 299px) {
    #custom-search-button {
        width: 100%;
        margin-bottom: 10px;
    }
    #source_id {
        width: 100%;
    }
}

/* AW-805 */
#footerCntr .block,
#footerCntr .block2 .col2,
#footerCntr .block2 ul li:nth-of-type(2) {
    display: none;
}

.footerBox .block2 {
    padding: 0px 27px 0px 70px;
}

/* AW-806 */
#searchform fieldset {
    padding-right: 0;
}
#searchform .select {
    display: none;
}

/* AW-818 */
.columnListBox ul.column li .detail {
    margin-bottom: 34px;
}
.columnListBox .more {
    margin: 0;
    position: absolute;
    /*right: 25px;*/
    left: 16px;
    bottom: 20px;
    font-family: 'Muli', sans-serif;
    padding: 5px 15px;
    height: inherit;
}
.columnListBox .more .fa {
    margin-left: 5px;
}

/* AW-816 */
.textBox .loginblock {
    max-width: 330px;
    /*background-color: #4a79a3;*/
    background-color: #83afd6;
    padding: 0 20px 20px;
}
.textBox .loginblock li {
    width: 100%;
    line-height: 39px;
}
.textBox .loginblock li a {
    background-color: #4a79a3;
}
.textBox .loginblock li .icon2,
.textBox .loginblock li a,
.textBox .loginblock * {
    color: #fff;
}

#boilerCntr #left.wide {
    width: 65%;
}

#boilerCntr #right {
    width: 35%;
}

@media only screen and (min-width: 768px) {
    #headerCntr .menuBox {
        min-width: auto;
        min-width: initial;
        margin-top: 18px;
        position: absolute;
    }
}
@media only screen and (min-width: 1000px) {
    #headerCntr .menuBox {
        margin-top: 25px;
    }
}

.title-text-block.column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.title-text-block.column .row,
.title-text-block.column .row .col-sm-12 {
    height: 100%;
}
.title-text-block.column .row .col-sm-12.has-button {
    padding-bottom: 90px;
}
.title-text-block.column .row .col-sm-12 .text-center {
    bottom: 0px;
    left: 15px;
    position: absolute;
    right: 15px;
}
